DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexDefinition<T> Class
Properties


In This Topic
    IndexDefinition<T> Class Members
    In This Topic

    The following tables list the members exposed by IndexDefinition<T>.

    Public Properties
     NameDescription
    Public PropertyGets the indexing algorithm used by the index.  
    Public PropertyGets a value that indicates whether the key used in this index is a unique key for the collection.  
    Public PropertyGets the expression used to obtain key value from an element of the indexed collection.  
    Public PropertyGets the type of the index key.  
    Public PropertyGets the locale information used to compare strings in the index.  
    Public PropertyGets the root index in an index/subindex hierarchy.  
    Public PropertyGets the collection of subindexes added to this index.  
    Top
    See Also